#support-view h1 {
	text-align: left;
	font-family: RotondaC;
	font-size: 2rem;
	margin-bottom: 0;
	line-height: 3;
	color: #5B5B5B;
}
#support-view .dialog-inputs > form {
	align-items: flex-end;
}
#support-view .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#support-view .dialog-close {
	background-image: url(images/close.png);
	image-rendering: pixelated;
}
#support-view .file {
	background-color: #EEEBCF;
	display: flex;
	justify-content: space-around;
}
#support-view .file .img-wrap {
	width: 18%;
	height: 100%;
}
#support-view .file img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#support-view .file .img-wrap:not(:last-of-type) img:hover {
	opacity: 0.3;
}
#support-view .bottom {
	font-family: RotondaC;
	font-size: 1.6rem;
	color: #5B5B5B;
}
#support-view .bottom span {
	font-weight: normal;
}
#support-view .bottom label {
	display: flex;
	align-items: center;
}
#support-view input[type=submit] {
	color: white;
	background-color: #FF8A00;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.4rem;
}
#support-view input[type=submit][disabled] {
	opacity: 0.3;
}
#support-view .files-info {
	text-align: left;
}
#support-view .files-info span {
	font-size: 1.3rem;
	line-height: 1;
	font-style: italic;
}

@media (min-width: 1200px) {
	#support-view .dialog-main {
		width: 765px;
		padding: 0 25px 48px 25px;
	}
	#support-view .dialog-close {
		width: 18px;
		height: 18px;
	}
	#support-view input[type="checkbox"]::after {
		width: 25px;
		height: 25px;
	}
	#support-view .bottom label {
		margin-top: 6px;
	}
	#support-view .bottom span {
		margin-left: 10px;
	}
	#support-view input[type=submit] {
		margin-top: 15px;
	}
}